libxl: remove API for dominfolist and list that returns xc_dominfo.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Dec 2009 12:45:13 +0000 (12:45 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 30 Dec 2009 12:45:13 +0000 (12:45 +0000)
commitb2da4fcd17fe747ae2ba9002eea83c37c4e72dba
treee49f95855700090038bb86972c0fefb4dec607ba
parent7af186d44ba5d1a4445a2d9e7d835d19f677ae6f
libxl: remove API for dominfolist and list that returns xc_dominfo.

fixup xl and part of libxl that use those API, to use simpler, faster
and less wasteful API (doesn't need to get the info about all domains
when looking for one specific domain).

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_dom.c
tools/libxl/xl.c